Extend the xc_linux_save interface to take a callback function for handling the
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 10 Jan 2006 14:23:56 +0000 (14:23 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 10 Jan 2006 14:23:56 +0000 (14:23 +0000)
commit3a7a9bda1b677c86944bc5707fb6d6a1a56b88a4
tree2ff059928179bb53b001163a2f56c8e6c9928544
parent1676162e17e90f35b2c2b03c5b6a06eb8dc35c0b
Extend the xc_linux_save interface to take a callback function for handling the
suspend, and push the printf("suspend") out of xc_linux_save and into xc_save.
This means that xc_linux_save can be used without the xc_save wrapper if
desired.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxc/xc_ia64_stubs.c
tools/libxc/xc_linux_save.c
tools/libxc/xenguest.h
tools/xcutils/xc_save.c